home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / HTML Templates / Card Game.css next >
Cascading Style Sheet File  |  2007-07-13  |  2KB  |  111 lines

  1. *, html {
  2.     margin: 0;
  3.     padding: 0;
  4. }
  5.  
  6. body {
  7.  
  8.    font: 0.8em/1.4em tahoma, verdana, "Courier New", courier, monospace, sans-serif; 
  9.     color : #172822;
  10.     background : #645e3a url(bg_game.jpg) repeat-y center;
  11. }
  12.  
  13. acronym {
  14.     border-bottom : thin dashed;
  15.     color : #ccc;
  16. }
  17.  
  18. a {
  19.     text-decoration : none;
  20.     color : #333;
  21. }
  22.  
  23. a:hover {
  24.     background-color : #12231d;
  25.     color : #fff;
  26. }
  27.  
  28. INPUT.Edit {
  29.   width: 90%;
  30.   font-size: 18px;
  31. }
  32.  
  33. DIV.Titles {
  34.   position: absolute;
  35.   width: 100%;
  36.   text-align: center;
  37.   top: 5px;
  38. }
  39.  
  40. TD.NavBar{
  41.     background-color: #000066;
  42.     color: White;
  43.     text-align: center;
  44. }
  45.  
  46. DIV.CardStyle {
  47.   position: absolute;
  48.   font-family: Verdana, Helvetica, sans-serif;
  49.   padding: 5px;
  50.   border-style: solid;
  51.   border-width: 1px;
  52.   color: #000033;
  53.   background-color: #DEE3E7;
  54.   left: -50px;
  55.   top: -50px;
  56. }
  57.  
  58. DIV.Feedback {
  59.   background-color: #FFFFFF;
  60.   left: 1px;
  61.   top: 1px;
  62.   z-index: 1;
  63.   border-width: 1px;
  64.   border-style: none;
  65.   text-align: center;
  66.   color: #000066;
  67.   padding: 5px;
  68.   position: absolute;
  69. }
  70.  
  71. SPAN.Hint{
  72.     color: Red;
  73. }
  74.  
  75. DIV.Result {
  76.     padding-left: 20px;
  77.     padding-bottom: 5px;
  78.     padding-right: 20px;
  79.     padding-top: 5px;
  80. }
  81.  
  82. footer {
  83.   font-size: 10px;
  84. }
  85.  
  86. SPAN.box {
  87.     background-color: #2161A8;
  88.     border: 1px solid #6495ED;
  89.     color: #F0F0F0;
  90.     padding: 0px;
  91.     position: absolute;
  92.     cursor: move;
  93. }
  94.  
  95. SPAN.box_question {
  96.     background-color: #2161A8;
  97.     border: 1px solid #6495ED;
  98.     color: #F0F0F0;
  99.     padding: 0px;
  100.     position: absolute;
  101.     cursor: default;
  102. }
  103.  
  104. SPAN.box:hover {
  105.     border: 2px solid #6495ED;
  106. }
  107.  
  108. SPAN.box_content {
  109.   padding: 5px;
  110. }
  111.